home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / finacial / wealth1 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-01-03  |  632 b   |  22 lines

  1. @echo off
  2. echo This batch file creates a directory named c:\partner and copies 
  3. echo files to it. 
  4. echo You must have at least 600K free on the drive.
  5. echo To stop batch file, hold the control (Ctrl) key
  6. echo and press the Break key.
  7. pause Press a key to continue.
  8. md c:\partner 
  9. copy install.bat c:\partner 
  10. copy readme c:\partner 
  11. copy life c:\partner
  12. copy wp.exe c:\partner 
  13. copy threed.vbx c:\partner 
  14. copy grid.vbx c:\partner 
  15. copy uninstal.doc c:\partner
  16. c:
  17. cd c:\partner
  18. echo Now you must copy the vbrun200.dll file from disk 2 to your
  19. echo c:\windows\system subdirectory.
  20. pause Press a key to exit.
  21. cls
  22.